• RE: From WordBasic to C#

    I've written a few articles in which I give a few suggestion on what is needed for developing a Studio plugin. You can find the articles here . For you specific task you will have to use the Integration API which is made available with Studio. Using…
  • How to create a return kit?

    I would like to create a plugin that allows the user to create a return kit and upload to the server from the Editor View. What is the best method to access this functionality from the API?
  • RE: Events from the editor

    You can use SegmentsConfirmationLevelChanged event. For more details have a look here: